home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7449 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  881 b 

  1. Path: mn5.swip.net!news
  2. From: Ola.Lindgren@mailbox.swipnet.se (Daniel Hallgren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Fastest way to display things on a screen?
  5. Date: 16 Apr 1996 18:40:06 GMT
  6. Organization: -
  7. Message-ID: <4l0pi6$gus@mn5.swip.net>
  8. NNTP-Posting-Host: dialup100-3-10.swipnet.se
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. NNTP-Posting-User: 0b41e9b875fe18cc73bc3f4defa8d06a
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. I'm thinking of writing a game, and I wonder which way is the best and fastest 
  15. to display graphics on a customscreen opened with OpenScreenTagList()? 
  16. Superbitmap windows are said to be very slow. To me, creating my own bitmap 
  17. with InitBitMap() and attaching it to screen with the tag SA_BitMap and then 
  18. render the graphics directly into the bitplanes seems the fastest way. Any 
  19. ideas? BTW, is WaitTOF fast enough for games?
  20.  
  21.     /Daniel
  22.  
  23.